home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / AUTOEXEC.NOS < prev    next >
Text File  |  1991-09-18  |  7KB  |  256 lines

  1. # ============                                      NOSview [137]
  2. # AUTOEXEC.NOS
  3. # ============
  4.  
  5. #  This is the configuration file for NOS.
  6. #  This file must be at the NOS root.
  7.  
  8. #  There are many commands which must be provided to NOS to
  9. #  configure the program each time it is started .  To save
  10. #  having to type them by hand each time, you put them in
  11. #  this file, which is read each time NOS starts up.  Commands
  12. #  in this file are entered exactly as they would be typed at
  13. #  the keyboard when running NOS.
  14.  
  15. #  AUTOEXEC.NOS is the default name for the configuration file.
  16. #  You can also produce alternative versions with different
  17. #  names.  This is a very convenient way of setting up different
  18. #  scenarios.  To use one of these alternatives, you include
  19. #  its name as the final parameter in the NOS command line.
  20. #  See NOSview\NOS for more details.
  21.  
  22. #  NOS ignores all lines in this file beginning with a pound/hash
  23. #  sign (#).
  24.  
  25. #  This example file contains intelligent default values for each
  26. #  of the commands.  You need to read it completely, changing
  27. #  things if necessary as you go.  If you're not sure what to do
  28. #  with a command, try leaving it like it is.
  29.  
  30. #  Many of the commands are commented out with the # sign.  As
  31. #  you gain experience with NOS you can then remove the # signs
  32. #  to try out these commands.
  33.  
  34. #  If NOS hangs when starting up, it could be due to errors in
  35. #  this file.  To help discover what is wrong, you can trace the
  36. #  startup using the -v option in the NOS command line.  Again,
  37. #  see NOSview\NOS for details.
  38.  
  39.  
  40. # Miscellaneous setup ******************************************
  41. attended         on
  42. escape                          # <ESC> character
  43. isat             yes             # 286/386 clock
  44. multitask        on
  45. log              dump/session.log
  46. watch            off
  47.  
  48. memory ibufsize  256
  49. memory nibufs    1
  50.  
  51. motd  "If I'm not here, please leave a message in the mailbox."
  52.  
  53.  
  54. # Set up domain defaults ***************************************
  55. domain cache size 30
  56. domain suffix    ampr.org.
  57. domain translate on              # display host names
  58. domain verbose   off             # do not display suffix
  59.  
  60.  
  61. # Station Identification ***************************************
  62. ip address       ns9bob
  63. hostname         ns9bob
  64. ax25 mycall      NS9BOB-5        # This MUST precede 'attach'
  65.  
  66.  
  67. # Set up the TNC ***********************************************
  68. attach asy       0x3f8 4 ax25 tnc0 2048 256 4800       # COM1
  69. # trace tnc0     211
  70.  
  71. param tnc0       1 20            # TX delay    (x 10mS)
  72. param tnc0       2 63            # Persistence (0-255)
  73. param tnc0       3 10            # Slot Time   (x 10mS)
  74. param tnc0       4 10            # TX tail     (x 10mS)
  75. param tnc0       5 0             # 0=HDX
  76.  
  77.  
  78. # Set up AX.25 *************************************************
  79. ax25 bc          tnc0
  80. ax25 bcinterval  179
  81. ax25 bctext      "NS9BOB-5 TCP/IP 44.131.41.1 Bedford"
  82. ax25 digipeat    on
  83. ax25 irtt        2500
  84. ax25 maxframe    2
  85. ax25 paclen      256
  86. ax25 pthresh     128
  87. ax25 retry       10
  88. ax25 t3          65000
  89. ax25 t4          300
  90. ax25 timertype   linear
  91. ax25 version     2
  92. ax25 window      2048
  93.  
  94. mode tnc0        vc
  95.  
  96.  
  97. # Set up the Ethernet interface ********************************
  98. # attach packet 0x60 en0 8 1500
  99. # arp add ns9jim ether 00:11:22:3:44:55
  100. # route add ns9jim en0
  101.  
  102.  
  103. # Set up the AXIP wormhole *************************************
  104. # attach axip ai0 256 ns9jim NS9BOB-11
  105.  
  106.  
  107. # Set up ifconfig **********************************************
  108. ifconfig tnc0     broadcast uk
  109. ifconfig tnc0     netmask 0x44FFFFFF
  110.  
  111.  
  112. # Set up TCP/IP defaults ***************************************
  113. ip ttl           10
  114.  
  115. tcp mss          216
  116. tcp irtt         65000
  117. tcp window       216
  118. tcp timertype    linear
  119.  
  120.  
  121. # Start network services ***************************************
  122. start            ax25
  123. start            discard
  124. start            echo
  125. start            finger
  126. start            ftp
  127. start            pop
  128. start            remote
  129. start            rip
  130. start            smtp
  131. start            telnet
  132. start            ttylink
  133.  
  134.  
  135. # Configure NET/ROM ********************************************
  136. # start             netrom
  137. # attach            netrom
  138. # netrom interface  tnc0 #BOB 192
  139. # netrom nodetimer  1800
  140. # netrom obsotimer  1200
  141. # netrom verbose    on
  142. # netrom minquality 10
  143. # netrom ttl        15
  144. # netrom acktime    3000
  145. # netrom qlimit     1024
  146. # netrom retries    5
  147. # netrom irtt       5000
  148. # netrom promiscuous on
  149. # netrom timertype  linear
  150. # netrom bcnodes    tnc0
  151. # mode netrom       vc
  152.  
  153.  
  154. # Set up NET/ROM routing ***************************************
  155. # netrom route add #GWB NS9GWB-2 tnc0 192 NR9AAA-2
  156.  
  157.  
  158. # Set up NET/ROM filtering *************************************
  159. # netrom nodefilter mode accept
  160. # netrom nodefilter add NR9AAA-2 tnc0 255
  161. # netrom nodefilter add NR9ZZZ-2 tnc0 90
  162.  
  163.  
  164. # Set up the ARP table *****************************************
  165. arp add         uk     ax25 QST-0
  166. arp add         ns9bob ax25 NS9BOB-5
  167. arp add         ns9gwa ax25 NS9GWA-5
  168.  
  169. # arp add         ns9gwb netrom NS9GWB-5
  170.  
  171.  
  172. # Set up AX.25 routing *****************************************
  173. ax25 route add  AX9AAA-2
  174. ax25 route add  NS9LIZ-5 AX9DGA-0 AX9DGB-0
  175.  
  176.  
  177. # Set up AX.25 modes *******************************************
  178. ax25 route mode AX9AAA-2 vc
  179. ax25 route mode NS9LIZ-5 datagram
  180.  
  181.  
  182. # Set up IP routing ********************************************
  183. route addprivate default tnc0
  184. route addprivate uk      tnc0
  185.  
  186. route add        ns9pam  tnc0 ns9gwa 2
  187.  
  188. # route add      region42/24 netrom ns9gwb
  189.  
  190.  
  191. # Set up RIP ***************************************************
  192. # rip merge      no
  193. # rip add uk     900 6
  194. # rip refuse     ns9bbb
  195. # rip refuse     ns9ccc
  196. # rip request    uk
  197.  
  198.  
  199. # Set up RSPF **************************************************
  200. # rspf interface   tnc0 8 32
  201. # rspf rrhtimer    900
  202. # rspf suspecttimer 2000
  203. # rspf timer       900
  204. # rspf message     "RSPF routing in use.  RIP disabled"
  205.  
  206.  
  207. # Set up the hop check (route tracer) environment **************
  208. hop maxwait        60
  209. hop maxttl         10
  210. hop queries        2
  211.  
  212.  
  213. # Get every NOS node in range to emit their NET/ROM broadcasts
  214. # to load our tables.  Very heavy on bandwidth!!!
  215. # remote -s        dummy
  216. # remote uk        kick
  217.  
  218.  
  219. # Set up the mailbox *******************************************
  220. third-party      off
  221.  
  222. smtp             timer 600
  223. smtp gateway     ns9gwa
  224. smtp usemx       on
  225. smtp mode        route
  226. smtp kick
  227.  
  228. mbox attend      on
  229. mbox motd  "Please use 'sp sysop' to leave a message for G3NRW"
  230.  
  231.  
  232. # Wake up POP to start shipping any outstanding mail ***********
  233. # pop mailbox      ns9bob
  234. # pop userdata     ns9bob bobspasswd
  235. # pop mailhost     ns9mha
  236. # pop kick
  237. # pop mailhost     ns9mhb
  238. # pop kick
  239.  
  240.  
  241. # Set up FTP defaults ******************************************
  242. ftype            binary
  243. eol              standard
  244.  
  245.  
  246. # Set up function keys *****************************************
  247. source           scripts/source/fkeys.src
  248.  
  249.  
  250. # Display the function key list ********************************
  251. # >>>>>>> THIS IS THE LAST COMMAND IN THE FILE <<<<<<<<
  252.  
  253. more             scripts/source/fkeys.lst
  254.  
  255. # THE END
  256.